home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / os2 / memsz161.zip / ENGLISH < prev    next >
Text File  |  1993-01-25  |  362b  |  21 lines

  1. #
  2. #    ENGLISH.DLL make file
  3. #
  4.  
  5. all : english.dll english.hlp
  6.  
  7. english.hlp : english.ipf memsize.bmp
  8.   ipfc /x /COU=001 /LAN=ENU english.ipf
  9.  
  10. english.dll : dll.obj english.def english.res
  11.   link dll, english.dll /align:16, nul,, english ;
  12.   rc english.res english.dll
  13.  
  14. english.res : english.rc
  15.   rc -r english
  16.  
  17. dll.obj : dll.asm
  18.   masm dll ;
  19.  
  20. 
  21.